runtime.fixalloc.free (method)

12 uses

	runtime (current package)
		malloc.go#L674: 		h.arenaHintAlloc.free(unsafe.Pointer(hint))
		mcache.go#L117: 		mheap_.cachealloc.free(unsafe.Pointer(c))
		mfixalloc.go#L106: func (f *fixalloc) free(p unsafe.Pointer) {
		mgc.go#L1784: 		mheap_.specialReachableAlloc.free(unsafe.Pointer(s))
		mheap.go#L1155: 	h.spanalloc.free(unsafe.Pointer(s))
		mheap.go#L1975: 	mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
		mheap.go#L1987: 	mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
		mheap.go#L2060: 		mheap_.specialfinalizeralloc.free(unsafe.Pointer(sf))
		mheap.go#L2066: 		mheap_.specialprofilealloc.free(unsafe.Pointer(sp))
		mheap.go#L2074: 		mheap_.specialPinCounterAlloc.free(unsafe.Pointer(s))
		pinner.go#L357: 		mheap_.specialPinCounterAlloc.free(unsafe.Pointer(counter))
		proc.go#L5141: 			mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))